Window.MouseDown Event

The mouse button has been pressed inside the window at the x,y local coordinates passed. Return True if you are going to handle the mouseDown.

Syntax

result = MouseDown( X, Y )


Parameters

X

Integer

Y

Integer

Return Value

Result

Boolean